func html/template.asciiAlpha
3 uses
html/template (current package)
transition.go#L681: func asciiAlpha(c byte) bool {
transition.go#L687: return asciiAlpha(c) || '0' <= c && c <= '9'
transition.go#L692: if i == len(s) || !asciiAlpha(s[i]) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)